func crypto/tls.cipherSuiteByID

4 uses

	crypto/tls (current package)
		cipher_suites.go#L178: 		candidate := cipherSuiteByID(id)
		cipher_suites.go#L384: 		if c := cipherSuiteByID(cID); c != nil {
		cipher_suites.go#L619: 			return cipherSuiteByID(id)
		cipher_suites.go#L625: func cipherSuiteByID(id uint16) *cipherSuite {